getPlaylist

abstract fun getPlaylist(): Playlist

Gets the Playlist associated with this control, if any.

If this control is responsible for rendering content from a playlist (e.g., a media player zone), this method returns that playlist.

Return

The Playlist instance, or null if no playlist is directly associated with this control.

See also